home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
lang
/
sbasic02
/
makefile.bcc
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1994-11-04
|
203 b
|
10 lines
# This is an example makefile for Borland C++
# Please note that I can't test this, so no guarantees :-)
SBASIC.EXE: SBASIC.OBJ EXPARSE.OBJ
BCC SBASIC.OBJ EXPARSE.OBJ
.C.OBJ:
BCC -c -G $<